Class symantec.itools.db.beans.brl.binding.event.DataBindingsChangeEvent
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.brl.binding.event.DataBindingsChangeEvent

Object
   |
   +----EventObject
           |
           +----symantec.itools.db.beans.brl.binding.event.DataBindingsChangeEvent

public class DataBindingsChangeEvent
extends EventObject
Class which defines the event that is fired if the producer databind columns values are changed.

Version:
1.0 08/17/98
Author:
Puru Balakrishnan

Variable Index

 o COL_CHANGED
 o ROW_INITIALIZED
 o ROW_INITIALIZING

Constructor Index

 o symantec.itools.db.beans.brl.binding.event.DataBindingsChangeEvent(Object)
Constructor
 o symantec.itools.db.beans.brl.binding.event.DataBindingsChangeEvent(Object, String, Object, int)
Constructor
 o symantec.itools.db.beans.brl.binding.event.DataBindingsChangeEvent(Object, String, Object, int, boolean)
Constructor

Method Index

 o getBindName()
Get the bind name for which value has changed
 o getBindValue()
Get the object value
 o getChangeType()
get the change type
 o isAggregate()
is the event used for aggregate calculation
 o setAggregate(boolean)
set the aggregate mode
 o setBindName(String)
Set the bind name for which the value has changed
 o setBindValue(Object)
Set the object value
 o setChangeType(int)
set the change type

Variables

 o COL_CHANGED
public static final int COL_CHANGED
 o ROW_INITIALIZED
public static final int ROW_INITIALIZED
 o ROW_INITIALIZING
public static final int ROW_INITIALIZING

Constructors

 o DataBindingsChangeEvent
public DataBindingsChangeEvent(Object source)
Constructor

 o DataBindingsChangeEvent
public DataBindingsChangeEvent(Object source,
                               String name,
                               Object value,
                               int type)
Constructor

 o DataBindingsChangeEvent
public DataBindingsChangeEvent(Object source,
                               String name,
                               Object value,
                               int type,
                               boolean agg)
Constructor

Methods

 o getBindName
public java.lang.String getBindName()
Get the bind name for which value has changed

Returns:
the bind name for which value has changed
 o getBindValue
public java.lang.Object getBindValue()
Get the object value

Returns:
the value of the object
 o getChangeType
public int getChangeType()
get the change type

Returns:
the change type
 o isAggregate
public boolean isAggregate()
is the event used for aggregate calculation

Returns:
true if in aggregate mode
 o setAggregate
public void setAggregate(boolean value)
set the aggregate mode

Parameters:
value - the boolean whether in Aggreate mode
 o setBindName
public void setBindName(String name)
Set the bind name for which the value has changed

Parameters:
name - the new String
 o setBindValue
public void setBindValue(Object val)
Set the object value

Parameters:
val - the new Object
 o setChangeType
public void setChangeType(int type)
set the change type

Parameters:
type - the new type

All Packages  Class Hierarchy  This Package  Previous  Next  Index